GET /Privilege/AccountApplicationPrivileges/{id}/

Gets all the application privileges for a specified account.
 

Request

Method Request URI
GET /API/Privilege/AccountApplicationPrivileges/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId ID of the current session. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the account to get the privilege assignments for.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

An array of Dundas.BI.WebApi.Models.PrivilegeAssignmentData object containing requested information or a status code indicating the reason for a failure.